object VaredForm: TVaredForm Left = 200 Top = 108 ActiveControl = Memo1 BorderStyle = bsDialog Caption = '������ ����������' ClientHeight = 291 ClientWidth = 249 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 12 Width = 129 Height = 13 Caption = '��������� � ����������' end object Button4: TButton Left = 88 Top = 260 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 0 end object Button5: TButton Left = 168 Top = 260 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 1 end object Panel1: TPanel Left = 6 Top = 248 Width = 237 Height = 2 BevelOuter = bvLowered TabOrder = 2 end object Memo1: TMemo Left = 4 Top = 32 Width = 241 Height = 209 TabOrder = 3 end end